home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / web / Default / msg.xsl < prev    next >
Extensible Markup Language  |  2005-02-20  |  3KB  |  63 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  3. <xsl:import href="header.xsl"/>
  4. <xsl:output method="html" media-type="text/html; charset=ISO-8859-1"/>
  5.  
  6. <xsl:template match="/">
  7.    <html>
  8.       <head>
  9.          <title><xsl:value-of select="datapacket/@title"/></title>
  10.          <link rel="stylesheet" type="text/css" href="mc.css" />
  11.       </head>
  12.       <body>
  13.          <table cellpadding="0" cellspacing="0" width="100%" border="0">
  14.             <!-- EntΩte -->
  15.             <tr><td width="100%">
  16.                <xsl:call-template name="template_header" />
  17.             </td></tr>
  18.  
  19.             <tr>
  20.                <td width="100%">
  21.                   <table cellpadding="0" cellspacing="0" width="100%" border="0">
  22.                      <tr>
  23.                         <td width="100%" class="gt0deg">
  24.                            <a href="disconnect" class="lktoolbar">DΘconnecter</a> | <a href="index" class="lktoolbar">Nouvelle recherche</a> | <a href="mailto: babidyxp@free.fr" class="lktoolbar">Powered by MovieCollection ⌐ Babidyxp</a>
  25.                         </td>
  26.                         <td width="100%" class="gt0deg">
  27.                            <xsl:value-of select="datapacket/@servername"/>
  28.                         </td>
  29.                      </tr>
  30.                   </table>
  31.                </td>
  32.             </tr>
  33.  
  34.             <!-- Fin EntΩte -->
  35.  
  36.                <tr><td width="100%">
  37.                   <p class="par0" style="margin-top: 20px; margin-bottom: 0px; margin-right: 20px; margin-left: 20px;">
  38.                      
  39.                   </p>
  40.  
  41.                   <div align="center">
  42.                      <table cellpadding="0" cellspacing="0" width="340" border="0">
  43.                         <tr><td width="100%" class="pageHeader"><img src="images/trans_pixel.gif" width="1" height="2" /></td></tr>
  44.                         <tr>
  45.                            <td width="100%" class="gt1">
  46.                               <p style="margin-top: 10px; margin-bottom: 10px; margin-right: 0px; margin-left: 10px;">
  47.                                  <b><xsl:value-of select="datapacket/@msg"/></b>
  48.                               </p>
  49.                            </td>
  50.                         </tr>
  51.                         <tr><td width="100%" class="pageHeader"><img src="images/trans_pixel.gif" width="1" height="2" /></td></tr>
  52.                      </table>
  53.                   </div>
  54.                </td></tr>
  55.                
  56.          </table>
  57.       </body>
  58.    </html>
  59. </xsl:template>
  60.  
  61. </xsl:stylesheet>
  62.  
  63.